Android 10i(2020) SP1-10i(2020) SP2 interface changes

Historical version interface changes

This document describes the modified interfaces and other changes that can affect the compatibility possibly caused by these changes. The interface adjustment aims to provide users a more efficient, powerful, and perfect application.

Interface changes from SuperMap iMobile 10i(2020) SP1 for Android to SuperMap iMobile 10i(2020) SP2 for Android

Change ID Changed content
Module
1.
The class navigation3 adjusts the following classes:

New interface:

  • etNearestDoorMode(boolean flag): Set the nearest door mode,If true, the nearest door position will be automatically selected as the start / end point during path analysis.
  • isNearestDoorMode(): Judge whether it is the nearest door mode.
navigation
2.
The class dynamicstyle adjusted the following classes:

New interface

  • isUnifiedStyle(): Set to uniform style (only valid for point objects)?
  • setUnifiedStyle(boolean unifiedStyle): Set to uniform style (only valid for point objects).
  • getUnifiedStyleRadius():Get uniform style circle radius.
  • setUnifiedStyleRadius(float unifiedStyleRadius):Set uniform style circle radius.
  • getUnifiedStyleCorner():Get uniform style fillet radian.
  • setUnifiedStyleCorner(float unifiedStyleCorner):Set uniform style fillet radian
  • getUnifiedStyleWidth():Gets the uniform style rectangle width
  • setUnifiedStyleWidth(float unifiedStyleWidth):Set the uniform style rectangle width.
  • getUnifiedStyleHeight():Gets the height of a rectangle
  • setUnifiedStyleHeight(float unifiedStyleHeight):Set the height of a style rectangle
  • getUnifiedStyleType():Get a style
  • setUnifiedStyleType(UnifiedStyleType unifiedStyleType):set a style

New classUnifiedStyleType

  • UnifiedStyleType:Unified style
mapping